Update llvm benchmark scripts - #1426
Merged
lukaszstolarczuk merged 1 commit intoJul 16, 2025
Merged
Conversation
PatKamin
marked this pull request as draft
July 9, 2025 11:41
PatKamin
force-pushed
the
bump-benchmarks-scripts
branch
from
July 9, 2025 11:41
22019ab to
0830dd8
Compare
Contributor
Author
PatKamin
marked this pull request as ready for review
July 9, 2025 12:41
PatKamin
force-pushed
the
bump-benchmarks-scripts
branch
from
July 9, 2025 12:41
0830dd8 to
0abd85b
Compare
lukaszstolarczuk
marked this pull request as draft
July 9, 2025 12:43
Collaborator
|
let's wait for a few more fixes in bench scripts |
PatKamin
force-pushed
the
bump-benchmarks-scripts
branch
2 times, most recently
from
July 14, 2025 05:45
6349609 to
950bfbf
Compare
- Fix exit on benchmark failure - Remove stdout field from results - Fix umf library path - Add a logger - Dashboard fixes - Correct no explicit_group warning
PatKamin
force-pushed
the
bump-benchmarks-scripts
branch
from
July 14, 2025 06:45
950bfbf to
fb92353
Compare
Contributor
Author
|
UMF benchmarks pass: https://github.com/oneapi-src/unified-memory-framework/actions/runs/16259951520/job/45902959586 |
PatKamin
marked this pull request as ready for review
July 14, 2025 06:47
PatKamin
force-pushed
the
bump-benchmarks-scripts
branch
from
July 14, 2025 08:03
fb92353 to
24ff2b4
Compare
bratpiorka
approved these changes
Jul 14, 2025
lukaszstolarczuk
approved these changes
Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update intel/llvm benchmarks framework used to the latest one.
Adjust benchmarking CI to the latest changes regarding data archiving.
This one corresponds with changes up to PR intel/llvm#18766.
Important changes:
- Fix exit on benchmark failure
- Remove stdout field from results
- Fix umf library path
- Add logger
- Dashboard fixes
- Correct no explicit_group warning
Checklist